/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
    position: relative;
    height: 625px;
    opacity: 0;
    z-index: -999;
}

.bottom-parallax .footer-area {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 625px;
}

.parallax-visible .bottom-parallax {
    opacity: 1;
    z-index: 1;
}




/*** 
=============================================
    Footer Area Css
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: linear-gradient(180deg, #f8f9fc 0%, #eef1f7 100%);
    z-index: 10;
}

.footer-area__shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.12;
    pointer-events: none;
    z-index: 0;
}

.footer {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 95px;
    padding-bottom: 85px;
    z-index: 9;
    background: transparent;
}

.single-footer-widget {
    position: relative;
    display: block;
    height: 100%;
    padding: 36px 30px 30px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 16px 40px rgba(14, 30, 56, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
}

.single-footer-widget:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(14, 30, 56, 0.14);
}

.single-footer-widget .title {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.single-footer-widget .title h3 {
    color: #111111;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: none;
}


.single-footer-widget .our-company-info {
    position: relative;
    display: block;
    text-align: center;
}

.footer-logo-style1 {
    position: relative;
    display: block;
    text-align: center;
}

.footer-logo-style1 a {
    position: relative;
    display: inline-block;
}

.footer-logo-style1 a img {
    max-width: 240px;
    width: 100%;
}

.our-company-info__text {
    position: relative;
    display: block;
    margin-top: 12px;
}

.our-company-info__text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    color: #2b2b2b;
}

.our-company-info__social-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
    padding: 0;
}

.our-company-info__social-link li {
    position: relative;
    display: inline-block;
    margin-right: 0;
    line-height: 0;
}

.our-company-info__social-link li:last-child {
    margin-right: 0px;
}

.our-company-info__social-link li a {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.our-company-info__social-link li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 50%;
    background-color: #111111;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.our-company-info__social-link li a:hover::before {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.our-company-info__social-link li a span::before {
    position: relative;
    display: inline-block;
    color: #111111;
    font-size: 16px;
    line-height: 46px;
    transition: color 0.3s ease;
}

.our-company-info__social-link li a:hover span::before {
    color: #ffffff;
}

.single-footer-widget--explore {
    position: relative;
    display: block;
    margin-left: 0;
}

.footer-widget-links {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 35px;
}

.footer-widget-links ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-widget-links ul li {
    position: relative;
    display: block;
    margin-bottom: 18px;
}

.footer-widget-links ul li:last-child {
    margin-bottom: 0px;
}

.footer-widget-links ul li:last-child {
    margin-bottom: 0;
}

.footer-widget-links ul li a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links ul li a:hover {
    color: var(--thm-base);
}

.single-footer-widget--links {
    position: relative;
    display: block;
    margin-left: 0;
    text-align: right;
}


.footer-widget--contact-info {
    position: relative;
    display: block;
    padding-top: 0;
}

.footer-widget--contact-info-text {
    position: relative;
    display: block;
    margin-bottom: 27px;
}

.footer-widget--contact-info-text p {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.footer-widget--contact-info ul {
    position: relative;
    display: block;
}

.footer-widget--contact-info ul li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
    padding: 13px 14px;
    border-radius: 14px;
    background: #f5f7fb;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-widget--contact-info ul li:last-child {
    margin-bottom: 0px;
}

.footer-widget--contact-info ul li .icon {
    position: relative;
    display: block;
    line-height: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #111111;
    text-align: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.footer-widget--contact-info ul li .icon span::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    line-height: 34px;
}

.footer-widget--contact-info ul li .text {
    position: relative;
    display: block;
    margin-right: 10px;
    margin-left: 0;
}

.footer-widget--contact-info ul li .text p {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #242424;
}

.footer-widget--contact-info ul li .text p a {
    color: #242424;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget--contact-info ul li .text p a:hover {
    color: var(--thm-base);
}


.footer-bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: #111111;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: block;
    padding: 24px 0;
}

.footer-bottom .bottom-inner .copyright {
    position: relative;
    display: block;
}

.footer-bottom .bottom-inner .copyright p {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

.footer-bottom .bottom-inner .copyright p a {
    color: #ffffff;
    transition: all 500ms ease;
}

.footer-bottom .bottom-inner .copyright p a:hover {
    color: #d2d8ff;
}

@media only screen and (max-width: 991px) {
    .footer {
        padding-top: 70px;
        padding-bottom: 65px;
    }

    .single-footer-widget {
        margin-bottom: 22px;
    }

    .single-footer-widget--links,
    .footer-widget--contact {
        text-align: center;
    }

    .single-footer-widget .title {
        justify-content: center;
    }

    .footer-widget--contact-info ul li {
        justify-content: flex-start;
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .single-footer-widget {
        padding: 28px 20px 24px;
        border-radius: 18px;
    }

    .single-footer-widget .title h3 {
        font-size: 21px;
    }

    .footer-logo-style1 a img {
        max-width: 205px;
    }
}




/*** 
=============================================
    Footer Style2 Area Css
=============================================
***/
.footer-area--style2 {
    position: relative;
    display: block;
    background: #0f0f0f;
    z-index: 10;
}

.footer-area--style2 .single-footer-widget .title h3 {
    color: #ffffff;
}

.footer-area--style2 .single-footer-widget .our-company-info .text-box p {
    color: rgba(255, 255, 255, 0.70);
}

.footer-area--style2 .single-footer-widget .our-company-info ul li {
    color: #ffffff;
}



.footer-area--style2 .footer-widget-links ul li a {
    color: rgba(255, 255, 255, 0.70);
}

.footer-area--style2 .footer-widget-links ul li a:hover {
    color: rgba(255, 255, 255, 1.0);
}



.footer-area--style2 .footer-widget-contact-info>ul>li {
    color: rgba(255, 255, 255, 1.0);
}

.footer-area--style2 .footer-widget-contact-info ul>li>a {
    color: rgba(255, 255, 255, 0.70);
}

.footer-area--style2 .footer-widget-contact-info ul>li>a:hover {
    color: #ffffff;
}



.footer-area--style2 .footer-social-link .inner-title h3 {
    color: rgba(255, 255, 255, 0.70);
}

.footer-area--style2 .footer-social-link ul li a {
    color: var(--thm-base);
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.footer-area--style2 .footer-social-link ul li a:hover {
    color: #ffffff;
}



.footer-bottom--style3 {
    background-color: #171717;
}

.footer-bottom--style3 .bottom-inner {
    justify-content: center;
}

.footer-bottom--style3 .bottom-inner .copyright p {
    color: rgba(255, 255, 255, 0.70);
}

.footer-bottom--style3 .bottom-inner .copyright p a {
    color: rgba(255, 255, 255, 1.0);
}